Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim instance As ISecurityManagement Dim securedData As ISecuredData Dim healthServiceList As IList(Of T) instance.ApproveCredentialForDistribution(securedData, healthServiceList) |
Syntax
Visual Basic |
---|
Sub ApproveCredentialForDistribution(Of T As EnterpriseManagementObject) ( _ securedData As ISecuredData, _ healthServiceList As IList(Of T) _ ) |
C# |
---|
void ApproveCredentialForDistribution<T> ( ISecuredData securedData, IList<T> healthServiceList ) where T : EnterpriseManagementObject |
C++ |
---|
generic<typename T> where T : EnterpriseManagementObject void ApproveCredentialForDistribution ( ISecuredData^ securedData, IList<T>^ healthServiceList ) |
J# |
---|
|
JScript |
---|
|
GenericParameters
- T
-
The type of objects the secured data list contains.
Of type EnterpriseManagementObject.
Parameters
- securedData
-
Type: ISecuredData
The approved credentials.
- healthServiceList
-
Type: IList{
The list of health services.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.